home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / VBAHA121.ZIP / HISTORY.TXT < prev    next >
Text File  |  1993-11-22  |  5KB  |  97 lines

  1. VB AHA!!! History
  2.  
  3. Version  Description
  4. -------  -----------
  5.  1.21    Added: Ability to Jump To a topic in another help file.
  6.          Added: New link type - Sound. You may now play .WAV files from
  7.            your help file.
  8.          Added: Secondary window support. Your help file may have two
  9.            windows open at a time.
  10.          Added: Many window formatting options (background color for
  11.            normal and non-scrolling regions, window dimensions and
  12.            whether the window will float above all others.
  13.          Fixed: Correctly Open/Save Visual Basic forms HelpContextId's.
  14.            It would skip the controls after the first one that didn't
  15.            have a HelpContextID (as defined in Visual Basic Options).
  16.          Fixed: Would switch link types for graphics when you viewed a
  17.            topic.
  18.          Fixed: Global Text Links that link with text with a return or
  19.            tab after the it will now link correctly.
  20.          Fixed: Topic window will now follow your typing and when you
  21.            first create a field it's text will be selected. 
  22. -------  -----------
  23.  1.20    Added: New field type - Combo. You may have graphics and text
  24.            on the same line. Many formatting options.
  25.          Added: New field type - Non-Scrolling region. All fields above
  26.            this one in a topic won't scroll in your help file.
  27.          Added: You may now set the default bitmap to be used in a
  28.            graphic field.
  29.          Changed: .BMP links may now be either JumpTo or Popup instead
  30.            of just JumpTo.
  31.          Changed: There is no longer a different setup menu item for the
  32.            different types of fields. The new menu item is just called
  33.            Setup.
  34.          Changed: Topic limit - you can now have at least 3000 topics.
  35.            I don't know the exact limit because I got tired of adding
  36.            new topics. The only real limitation on the number on topics
  37.            you may have is that of a listbox (64k for topic names and
  38.            5440 items or less) and the amount of memory your computer
  39.            has.
  40.          Fixed: Global Topic Rename didn't quite work right. It would
  41.            loose your topic.
  42. -------  -----------
  43.  1.14    Fixed: Mistakenly thought all VB .FRM's were in binary format
  44.            when you tried to save to them.
  45.          Fixed: When you cut and then paste a field the link will be
  46.            retained if it has one.
  47. -------  -----------
  48.  1.13    Added: Cut, Copy and Paste to the Field menu. These work on the
  49.            whole field (text or graphics) not just the text in the
  50.            field. All of the formatting, text, graphic info is retained.
  51.          Added: Delete menu item to the Field menu (shown when you right
  52.            click on a field).
  53.          Fixed: Should always be able to tell if a Visual Basic .FRM is
  54.            saved in binary or text format and refuse to load/save it if
  55.            it's not in text format.
  56.          Fixed: Field formatting numbers with a decimal place are now
  57.            handled correctly in all countries.
  58.          Changed: Moved the stats in the info window to the About
  59.            VB AHA!!!... window.
  60. -------  -----------
  61.  1.12    Added: Option to backup your VB .FRM's before saving the
  62.            HelpContextID info to them.
  63.          Added: Option to not show a new topic when you create it.
  64.          Added: Information window - displays # of topics, free mem and
  65.            % of resources remaining.
  66.          Fixed: VB AHA!!! would crash when you created the 75th topic.
  67.            Now it will handle 992 topics.
  68. -------  -----------
  69.  1.11    Added: Global Topic Rename - all links to the old topic name
  70.            will automatically be relinked to the new topic name.
  71.          Fixed: Something will alway be shown in a graphic field. Before
  72.            if it couldn't find the picture it might not show anything.
  73.          Fixed: You may now use "\", "{" and "}" in your topics without
  74.            wreaking havoc on your help file. Topic Titles and Keywords
  75.            may now contain any characters.
  76.          Fixed: You can't create 2 topics with the same name anymore, a
  77.            number will be appended to the end of the second topic name.
  78.  -----    ---------
  79.  1.1     Added: Generic Topics and Template support.
  80.            Save a topic to a seperate .tpc file and load that topic
  81.            into any .AHA help project.
  82.          Added: Global Text Links may now be case sensitive.
  83.          Fixed: Failed to save some projects correctly, caused an
  84.            error when saving and loading.
  85.          Fixed: Text links(Jump To and Popup) may now be any color
  86.            that you choose, you can even have each one a different
  87.            color if you want to, instead of just the default color.
  88.          Fixed: If you don't enter a filename extension in the file
  89.            dialogs the correct default extension will always be used.
  90.  -----    ---------
  91.  1.02    Added cmdialog.vbx, it was left out in the first 2 releases,
  92.            really swift.
  93.  -----    ---------
  94.  1.01    Fixed some documentation errors/omissions.
  95.  -----    ---------
  96.  1.0     Initial release
  97.